projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcce8dd
)
* lisp/emacs-lisp/comp.el (native-compile): Better documentation.
author
Andrea Corallo
<akrl@sdf.org>
Fri, 3 Apr 2020 19:09:02 +0000
(20:09 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Sun, 5 Apr 2020 20:10:49 +0000
(21:10 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index d29e2f55f1f577c32cadb4e3878758d531778053..3f4dba6b1ff7b4a3c156cc430a52d84717ddd144 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-2229,6
+2229,8
@@
display a message."
"Compile FUNCTION-OR-FILE into native code.
This is the entry-point for the Emacs Lisp native compiler.
FUNCTION-OR-FILE is a function symbol or a path to an Elisp file.
+When WITH-LATE-LOAD non Nil mark the compilation unit for late load
+once finished compiling (internal use only).
Return the compilation unit file name."
(unless (or (functionp function-or-file)
(stringp function-or-file))